const github.com/google/go-cmp/cmp.diffInserted
15 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L21: diffInserted diffMode = '+'
report_compare.go#L155: case diffInserted:
report_compare.go#L235: case diffIdentical, diffRemoved, diffInserted:
report_compare.go#L252: case diffInserted:
report_compare.go#L344: outy := opts.WithDiffMode(diffInserted).FormatDiff(r.Value, ptrs)
report_compare.go#L348: outy = opts2.WithDiffMode(diffInserted).FormatDiff(r.Value, ptrs)
report_compare.go#L355: list = append(list, textRecord{Diff: diffInserted, Key: formatKey(r.Key), Value: outy})
report_references.go#L48: case diffInserted:
report_slices.go#L214: case diffInserted:
report_slices.go#L224: if !(r.Diff == diffRemoved || r.Diff == diffInserted) { // start a new non-adjacent difference group
report_slices.go#L429: ny := appendChunks(vy.Slice(0, ds.NumIdentical+ds.NumInserted+ds.NumModified), diffInserted)
report_text.go#L37: case diffInserted:
report_text.go#L47: case diffInserted:
report_text.go#L209: if r.Diff == diffInserted || r.Diff == diffRemoved {
report_text.go#L229: if (d == diffInserted || d == diffRemoved) && len(b[n0:]) > maxColumnLength {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)